google.golang.org/protobuf/internal/encoding/json.Decoder.lastCall (field)

5 uses

	google.golang.org/protobuf/internal/encoding/json (current package)
		decode.go#L34: 	lastCall call
		decode.go#L60: 	defer func() { d.lastCall = peekCall }()
		decode.go#L61: 	if d.lastCall == readCall {
		decode.go#L72: 	defer func() { d.lastCall = readCall }()
		decode.go#L73: 	if d.lastCall == peekCall {